core java interview question

The method name and the order of arguments should be identical to that of the super class method
The return type of both the methods must be the different
The overriding method cannot be less accessible than the method it overrides
An overriding method cannot raise more exceptions than those raised by the super class